records
All Available Type of Activities
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"all-available-type-of-activities",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/all-available-type-of-activities"
}
] - "definitions":{
- "all-available-type-of-activities":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/all-available-type-of-activities_records"
}
}
} - "records":
} - "properties":
- "all-available-type-of-activities_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "id":,{
- "type":"integer",
- "title":""#"",
- "description":""
} - "activity_english_name":,{
- "type":"string",
- "title":"Activity English Name",
- "description":""
} - "activity_arabic_name":{
- "type":"string",
- "title":"Activity Arabic Name",
- "description":""
}
} - "id":
}
} - "fields":
} - "properties":
} - "all-available-type-of-activities":
}